home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / social / twitter / constants.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  583b  |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. TWITTER_HTTP = 'https://twitter.com/'
  5. NO_OLDER_THAN = 1209600
  6. href = '<a href="%s">%s</a>'
  7. ALL_TWEETS = [
  8.     'self_reply',
  9.     'self_tweet',
  10.     'friend_reply',
  11.     'friend_tweet',
  12.     'direct_recieved',
  13.     'direct_sent']
  14. TO_FIRE = {
  15.     'friend_reply': 'twitter.newtweet',
  16.     'friend_tweet': 'twitter.newtweet',
  17.     'direct_recieved': 'twitter.newdirect' }
  18. TAB_RELOAD_INTERVAL = 300
  19. DEFAULT_UPDATE_FREQ = 240
  20.